home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: noc.netcom.net!ocsystems!vvg
- From: vvg@ocsystems.com (Vasya Gorshkov)
- Subject: Using c++ modules with a windows3.1 program
- Message-ID: <1996Feb20.171914.30098@ocsystems.com>
- Date: Tue, 20 Feb 1996 17:19:14 GMT
- Organization: OC Systems, Inc.
-
- I tried to use a c++ module with a simple windows program that didn't use
- any of c++ modules before. I guess this brought in some of the c++ runtime
- as well. In the result my windows program failed in the very beginning
- at the call to RegisterClass. I wonder if anybody knows if there are
- any potential problems with using c++ classes with an otherwise pure C
- windows program and how does one find out the reason for a call to
- RegisterClass to fail.
-
- p.s. Sorry if I am asking a basic question, I have not done any windows
- programming before and not sure where to start tracking down this problem.
-
- Vasya
-